home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2003 November / PCWK1103B.iso / PCWK-txt / Antyspam / Spam Buster 1.95 / spambuster195.exe / %MAINDIR% / spamBuster.exe / 0 / RCDATA / TFORMPERIOD / TFORMPERIOD.txt
Encoding:
Text File  |  2002-03-14  |  2.1 KB  |  119 lines

  1. object FormPeriod: TFormPeriod
  2.   Left = 318
  3.   Top = 224
  4.   BorderStyle = bsDialog
  5.   Caption = 'Function Period'
  6.   ClientHeight = 192
  7.   ClientWidth = 304
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   TextHeight = 13
  16.   object BLabel: TLabel
  17.     Left = 127
  18.     Top = 71
  19.     Width = 6
  20.     Height = 13
  21.     Caption = '0'
  22.   end
  23.   object Bevel1: TBevel
  24.     Left = 3
  25.     Top = 23
  26.     Width = 297
  27.     Height = 76
  28.   end
  29.   object LCalc: TLabel
  30.     Left = 6
  31.     Top = 5
  32.     Width = 291
  33.     Height = 13
  34.     AutoSize = False
  35.     Caption = 'Calculate every:'
  36.   end
  37.   object ENum: TEdit
  38.     Left = 124
  39.     Top = 31
  40.     Width = 65
  41.     Height = 21
  42.     TabOrder = 1
  43.     Text = '0'
  44.     OnChange = ENumChange
  45.   end
  46.   object CBAll: TCheckBox
  47.     Left = 219
  48.     Top = 33
  49.     Width = 65
  50.     Height = 17
  51.     Caption = '&All points'
  52.     TabOrder = 2
  53.     OnClick = CBAllClick
  54.   end
  55.   object RBNum: TRadioButton
  56.     Left = 12
  57.     Top = 33
  58.     Width = 105
  59.     Height = 17
  60.     Caption = '&Number of points:'
  61.     TabOrder = 0
  62.     OnClick = RBNumClick
  63.   end
  64.   object RBRange: TRadioButton
  65.     Left = 12
  66.     Top = 69
  67.     Width = 105
  68.     Height = 17
  69.     Caption = '&Range of values:'
  70.     TabOrder = 3
  71.     OnClick = RBRangeClick
  72.   end
  73.   object BChange: TButton
  74.     Left = 216
  75.     Top = 65
  76.     Width = 75
  77.     Height = 25
  78.     Caption = '&Change...'
  79.     TabOrder = 4
  80.     OnClick = BChangeClick
  81.   end
  82.   object Button2: TButton
  83.     Left = 138
  84.     Top = 163
  85.     Width = 75
  86.     Height = 25
  87.     Caption = 'OK'
  88.     ModalResult = 1
  89.     TabOrder = 6
  90.     OnClick = Button2Click
  91.   end
  92.   object Button3: TButton
  93.     Left = 226
  94.     Top = 163
  95.     Width = 75
  96.     Height = 25
  97.     Cancel = True
  98.     Caption = 'Cancel'
  99.     Default = True
  100.     ModalResult = 2
  101.     TabOrder = 7
  102.     OnClick = Button3Click
  103.   end
  104.   object RGAlign: TRadioGroup
  105.     Left = 3
  106.     Top = 106
  107.     Width = 297
  108.     Height = 49
  109.     Caption = 'Alignment:'
  110.     Columns = 3
  111.     Items.Strings = (
  112.       '&First'
  113.       'C&enter'
  114.       '&Last')
  115.     TabOrder = 5
  116.     OnClick = RGAlignClick
  117.   end
  118. end
  119.